body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
  }

  .hero-container {
    background-color: #d8d8d8;
    display: flex;
    padding: 64px 24px 32px;
}


.hero-left img {
    width: 100%;
    padding: 32px 24px 0px;

}

.hero-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 1%;
    padding: 0 2%;
}


.hero-right > h1, h4 {
    padding: 5%;
    color: #4a4a4a;
}

.hero-right a {
    color: white;
    text-decoration: none;
}
.hero-container button {
    background-color: #4a4a4a;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    color: white;
}

  .container {
    display: flex;
    position: relative;
    top: 64px;
  }
  .container-left {
    display: block;
    width: 60%;
    margin: 32px 24px;
  }
  .container-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin: 32px auto;
  }
  .article {
    display: flex;
  }
  h1 {
    font-size: 2rem;
  }
  
  nav.mobile {
    display: none;
  }
  header {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    height: 64px;
    width: 100%;
    background-color: #ffffff;
  }
  .logo {
    display: flex;
    align-items: center;
    padding-left: 24px;
    flex-grow: 1;
  }
  .logo span {
    font-size: 18px;
    line-height: 1.125rem;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: rgb(57,57,57);
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 42px;
  }
  header nav {
    padding-right: 16px;
  }
  nav span{
    display: inline-block;
    padding: 0px 8px;
  }
  a {
    font-size: 0.75rem;
    line-height: 27px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: rgb(57,57,57);
    text-decoration: none;
    font-weight: 500;
  }
  a:hover {
    color: rgb(140,140,140);
  }
  span.title-1 {
    font-weight: 600;
    padding-right: 1px;
  }
  span.title-2 {
    font-weight: 100;
  }
  

  .banner {
    justify-content: center;
    background-color: rgb(109,121,147);
  }
  .banner img {
    width: 100%;
    overflow: hidden;
  }
  .text-banner {
    justify-content: center;
    text-align: left;
    color: rgb(255, 255, 255);
    padding-right: 75px;
  }
  .banner h1 {
    font-family: 'Jura', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
  }
  .banner span {
    font-size: 1.125rem;
    padding: 30px 0;
    padding-bottom: 40px;
    font-weight: 100;
    line-height: 1.3;
  }
  button {
    display: block;
    background-color:rgb(26,41,48);
    color: rgb(250,250,250);
    text-align: center;
    padding: 10px 0;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-radius: 3px;
    font-weight: 200;
    transition-property: all;
    transition-duration: 0.20s;
  }
  button:hover {
    background-color: rgb(250,250,250);
    color: rgb(26,41,48);
    font-weight: 300;
  }
  
  .image-small-mobile {
    display: none;
  }
  .info {
    background-color: rgb(213,213,213);
  }
  .image-info img {
    width: 100%;
    overflow: hidden;
  }
  .image-info h1 {
    color: rgb(64, 64, 64);
    font-weight: 600;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .image-info p, .image-info span {
    color: rgb(57,57,57);
    font-weight: 100;
    line-height: 1.3;
  }
  .tiny {
    display: block;
    font-size: 12px;
    padding-top: 36px;
  }
  .image-small {
    display: block;
    width: 35%;
    margin: 16px;
  }
  .image-small img{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .text-small {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .text-small h3{
    color: rgb(64, 64, 64);
    font-weight: 600;
  }
  .text-small span {
    color: rgb(57,57,57);
    font-weight: 100;
    padding: 8px 0;
    line-height: 1.3;
    font-size: 0.875rem;
  }
  .read-more {
    color: rgb(109,121,147);
  }
  .read-more:hover {
    color: rgb(250,250,250);
  }
  .article {
    border-top: 1px solid rgb(57,57,57);
    transition-property: all;
    transition-duration: 0.20s;
  }
  .article.first {
    border-top: none;
  }
  .article:hover {
    background-color: rgb(144,153,162);
  }
  
  
  .courses {
    display: block;
    background-color:rgb(140,133,143);
    width: 100%;
    margin: auto;
    color: rgb(57,57,57);
  }
  .title-courses {
    font-size: 2rem;
    line-height: 27px;
    font-family: 'Jura', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 72px;
  }
  .courses-list {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 72px;
    line-height: 1.3;
  }
  .course {
    width: 28%;
    margin: 1rem;
    border: 2px solid rgb(213,213,213);
    transition-property: all;
    transition-duration: 0.40s;
    transition-timing-function: ease-in-out;
  }
  .course img {
    width: 100%;
    height: auto;
  }
  .course-text {
    height: 9rem;
    background-color: rgb(150,133,143);
    padding: 1rem;
  }
  .course:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .course h2 {
    font-weight: 600;
    margin-top: 4px;
  }
  .course h3 {
    padding: 8px 0;
    color: rgb(250, 250, 250);
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 15px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
  }
  .course p {
    color: rgb(250, 250, 250);
    font-weight: lighter;
    letter-spacing: 0;
    
  }
  
 
  .thesis-exhibit {
    background-color: rgb(213,211,208);
    font-size: 2rem;
    padding-top: 72px;
    padding-bottom: 32px;
    font-weight: 300;
    color: rgb(64, 64, 64);
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
  }
  .thesis {
    background-color: rgb(213,211,208);
    line-height: 1.3;
  }
  .video-text h1 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 18px;
    color: rgb(64, 64, 64);
  }
  .video-text p {
    color: rgb(105,105,105);
    font-weight: 100;
  }
  video {
    width: 100%;
    overflow: hidden;
  }
  
  
  footer {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(166, 166, 166);
    background-color: rgb(213,211,208);
    height: 64px;
    width: 100%;
    color: rgb(57,57,57);
    font-size: 0.75rem;
    line-height: 27px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .copyright {
    display: flex;
    align-items: center;
    padding-left: 24px;
    flex-grow: 1;
  }
  .terms-privacy {
    padding-right: 8px;
  }
  
  footer span {
    display: inline-block;
    padding: 0px 8px;}